home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- break off
- if not exist hvg0808.exe goto filefail
- hvg0808.exe
- cls
- echo
- echo
- echo Thank you for watching our
- echo Harvard Graphics 2.3 Demonstration.
- echo
- echo If you would like to view it
- echo again, type:
- echo
- echo HGDEMO
- echo
- echo and press the ENTER key.
- echo
- echo
- goto exit
- :filefail
- echo
- echo
- echo Harvard Graphics 2.3 Demo Disk Install
- echo --------------------------------------
- echo
- echo An important file is missing from
- echo your Harvard Graphics Demo Directory:
- echo
- echo HVG0808.EXE
- echo
- echo The demo cannot run if this
- echo file is missing!
- echo
- echo Please check your directory to see if the
- echo file has been renamed or re-install the
- echo the demo using your Harvard Graphics
- echo demo disk.
- echo
- goto exit
-
- :exit
- exit
-
-
-
-